home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / sheepsho.swf / scripts / DefineSprite_237 / frame_3 / DoAction.as
Text File  |  2012-04-23  |  247b  |  9 lines

  1. set("/:timer",eval("/:timer") + 1);
  2. set("/:timerpercent",eval("/:timer") / eval("/:tottimer"));
  3. set("/:thetime",Math.round(2000 * eval("/:timerpercent")));
  4. with(_root.moon.moonacross)
  5. {
  6.    gotoAndStop(eval("/:thetime"));
  7. }
  8. gotoAndPlay(1);
  9.